laravel file path

45

laravel file path -

use Illuminate\Support\Facades\Storage;

$path = Storage::path('file.jpg');

laravel filesystem -

$exists = Storage::disk('s3')->exists('file.jpg');

Comments

Submit
0 Comments